home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 September / PCpro_2001_09.ISO / autodemo / main.swf / scripts / DefineButton2_58 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-04-19  |  107 b   |  8 lines

  1. on(release){
  2.    tellTarget("/mute_sound")
  3.    {
  4.       gotoAndStop("sound_off");
  5.       play();
  6.    }
  7. }
  8.